RemoveAttributeRequest

data class RemoveAttributeRequest(nodeId: NodeId, name: String)

Represents request frame that can be used with DOM#removeAttribute operation call.

Removes attribute with given name from an element with given id.

See also

Constructors

RemoveAttributeRequest
Link copied to clipboard
fun RemoveAttributeRequest(nodeId: NodeId, name: String)

Properties

name
Link copied to clipboard
val name: String
Name of the attribute to remove.
nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the element to remove attribute from.

Sources

jvm source
Link copied to clipboard